home *** CD-ROM | disk | FTP | other *** search
- #ifndef GUI_H
- #define GUI_H
- /**************************************************************************
- *
- * Copyright (C) 1999 Mats Eirik Hansen (mats.hansen@triumph.no)
- *
- * $Id: gui.h,v 1.1 1999/04/28 18:54:28 meh Exp $
- *
- * $Log: gui.h,v $
- * Revision 1.1 1999/04/28 18:54:28 meh
- * Initial revision
- *
- *
- *************************************************************************/
-
- void AllocGUI(void);
- void FreeGUI(void);
- LONG MainGUI(void);
- void AboutGUI(void);
- #endif
-